Click or drag to resize

WebdavSession Constructor (ICredentials, WebProxy)

Initializes a new instance of the WebdavSession class.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public WebdavSession(
	ICredentials credentials,
	WebProxy proxy
)

Parameters

credentials
Type: System.NetICredentials
An ICredentials containing the authentication credentials
proxy
Type: System.NetWebProxy
The proxy information for the session.
See Also